Skip to main content

FlowContinue

Represents the FlowContinue class for handling workflow continuation logic.

Properties

NameDescription
CaptionThe caption dictionary representing localized captions for the flow object.
KeyA unique identifier for the workflow step.
ObjectNameGets the object name associated with the workflow process.
NameName for the workflow step.
EventIdGets the event ID that triggers the continuation of the workflow.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
ProcessIdGets the process ID required to continue the workflow.
TypeCodeThe type code associated with the flow object.

Constructors

NameDescription
FlowContinue(name, workflowData, workflowCodeInstance)Constructor for the FlowContinue class. Initializes a new instance of the FlowContinue class.
FlowContinue(name, workflowData, workflowCodeInstance)Initializes a new instance of the FlowContinue class.

Methods

NameDescription
SetEventId(eventId)Sets the event ID for the workflow continuation.
SetObjectName(objectName)Sets the object name for the workflow process.
SetProcessId(processId)Sets the process ID for the workflow continuation.
SetDefault()Resets the process ID, object name, and event ID to their default values.
GetProcessId()Retrieves the process ID for workflow continuation.
GetObjectName()Retrieves the object name for the workflow process.
Execute(workflowUserContext, projectName, flowName)Executes the workflow continuation process.
Initialize()Initializes the FlowContinue object.
GetEventId()Retrieves the event ID for workflow continuation.

Events

NameDescription
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.